home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / mw2demo.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  159 b   |  13 lines

  1. on enterFrame
  2.   if rollOver(7) then
  3.     go("story return")
  4.   end if
  5.   if not rollOver(7) then
  6.     go("story 2")
  7.   end if
  8. end
  9.  
  10. on exitFrame
  11.   go(the frame)
  12. end
  13.